ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / FinancialChart<T> Class / ChartType Property

In This Topic
    ChartType Property (FinancialChart<T>)
    In This Topic
    Gets or sets the type of chart to create
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property ChartType As ChartType
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public ChartType ChartType {get; set;}
    See Also